Autogenerated HTML docs for v1.6.0.2-588-g3102
diff --git a/git-config.html b/git-config.html index e414aec..c264d24 100644 --- a/git-config.html +++ b/git-config.html
@@ -873,7 +873,9 @@ one hierarchy using Cygwin mount. If true, Git uses native Win32 API whenever it is possible and falls back to Cygwin functions only to handle symbol links. The native mode is more than twice faster than - normal Cygwin l/stat() functions. True by default. + normal Cygwin l/stat() functions. True by default, unless core.filemode + is true, in which case ignoreCygwinFSTricks is ignored as Cygwin's + POSIX emulation is required to support core.filemode. </p> </dd> <dt> @@ -1691,10 +1693,11 @@ </dt> <dd> <p> - A boolean which can enable sequence numbers in patch subjects. - Setting this option to "auto" will enable it only if there is - more than one patch. See --numbered option in - <a href="git-format-patch.html">git-format-patch(1)</a>. + A boolean which can enable or disable sequence numbers in patch + subjects. It defaults to "auto" which enables it only if there + is more than one patch. It can be enabled or disabled for all + messages by setting it to "true" or "false". See --numbered + option in <a href="git-format-patch.html">git-format-patch(1)</a>. </p> </dd> <dt> @@ -2833,7 +2836,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2008-10-10 15:30:42 UTC +Last updated 2008-10-20 05:41:58 UTC </div> </div> </body>